home *** CD-ROM | disk | FTP | other *** search
- Path: news.epix.net!usenet
- From: jkelly@grape.epix.net (jkelly)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Want to boot FAAAST?
- Date: 20 Mar 1996 21:48:17 GMT
- Organization: epix.net
- Message-ID: <882.6653T991T1199@grape.epix.net>
- References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de> <68771855@0humpty.tomate.tng.oche.de>
- <4hotcm$spd@roadkill.scms.rgu.ac.uk> <439.6642T928T2853@ifi.uio.no> <4i6arr$786@info.epfl.ch>
- NNTP-Posting-Host: plum.epix.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
- >: >: > I have made a program that copies ENV variables on demand and
- >: >: > therefore saves lot of memory and time. Unfortunatley it has a nasty
- >: >: > bug :-(
- >: >: This could be a cool thing ! Sad it is buggy.
- >: >What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
- >: >ENV: to there?
-
- >: You said it yourself: "Copying"
-
- >: That takes time! :)
-
- >: <sb>Ludde - Amiga Demo Coder
- >: <sb>Virtual Reality & Official Be developer
- >: <sb>ludvigp@ifi.uio.no
-
- >I have an alternative.
-
- >I assign ENV: to RAM:Env as made in the startup, and
- >I "Assign ENV: SYS:Storage/env-storage ADD"
- >So when someone will read for example overscan.prefs, it didn't find it in
- >ram:env but in env-storage, Click use and it saves it in ram:env (the primary
- >assign)..
-
- >Should this not work ?
-
- I tried that long ago and it didn't work.
-
-